-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kubernetes Manifests #5
base: main
Are you sure you want to change the base?
Conversation
잘지내시죠? 용환님! 저희 회사 프로젝트에서 필요해서 갑작스럽게 PR를 진행하게 되었습니다. 블로그에 사용 허락 요청을 드렸는데 안보시는거 같아서 PR로 연락드렸습니다. 검토해주시고 따로 연락한번 드리겠습니다. |
안녕하세요! 내용 확인해보고 연락 드리겠습니다! |
|
||
WORKDIR /app | ||
COPY . . | ||
RUN go mod init nexclipper/goul |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just committed go.mod and go.sum (to make it compatible with recent go) so this line can make an error. Could you please remove this line?
- name: GOUL_SERVER_ADDRESS | ||
value: "172.16.9.126" | ||
command: ["goul"] | ||
args: ["--addr=$(GOUL_SERVER_ADDRESS)", "--debug", "--dev=$(GOUL_DEVICE)", "--port=$(GOUL_PORT)"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The client container runs with no tcpdump
filter so it will pass all packets (including STP and other management protocols) on the device to the server. If the server runs on the same LAN segment it could break the LAN or break the host network (by shutting down the switch port connected to the host by the switch that detects looping.)
I reviewed the PR and added some comments. In brief,
|
9dd6681
to
7a11125
Compare
Added manifest for docker-compose & Kubernetes environments